From 0a93081cd207d299ebef3946dbf67489714301a4 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Thu, 25 Mar 1993 02:16:10 +0000 Subject: [PATCH] * xfns.c [VMS]: Get the gray_bits from [.bitmaps]gray.xbm. --- src/xfns.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/xfns.c b/src/xfns.c index 796231c64dd..6b43d198667 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -37,7 +37,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifdef HAVE_X_WINDOWS extern void abort (); +#ifndef VMS #include +#else +#include "[.bitmaps]gray.xbm" +#endif #define min(a,b) ((a) < (b) ? (a) : (b)) #define max(a,b) ((a) > (b) ? (a) : (b)) -- 2.30.2